home *** CD-ROM | disk | FTP | other *** search
- <p><b>Order a cup of coffe:</b></p>
- <form action="mailto:myself@server.org" method="POST" enctype="text/plain">
-
- <p>Name: <input name="name" type="text" value="Your name" size="25" maxlength="25"/></p>
-
- <p>
- Select flavour: <select name="product" size="1">
- <option>Cappuccino</option>
- <option selected="selected">Java</option>
- <option>Medium roasted</option>
- </select></p>
-
- <p>
- <input name="cbSugar" type="checkbox" value="sugar" checked="checked" /> Include sugar</p>
-
- <p>
- <input type="submit" value="Order now!"/> <input type="reset" value="Reset form" /></p>
- </form>
-
-